home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / packet / p_tapr / tnchst / hosttnc.doc < prev    next >
Text File  |  1991-03-01  |  1KB  |  25 lines

  1. README - TNC host setup - 1 Mar 91 - (c) 1990 Howard Goldstein N2WX
  2.  
  3.  
  4. Notes on TNC, drivers and test code:
  5. 0) TNC Commands related to host mode:
  6.     BLP ON|OFF.  You must turn BLP on and enter transparent mode
  7. to run the host code.  Once BLP is on, subsequent RESTARTS and power up
  8. cycles will be directly and silently into transparent mode and 
  9. it will continue to do so until you turn BLP back OFF or the bbRAM fails.
  10.     CONMODE TRANS|CONV.  You MUST set CONMODE to TRANS else
  11. the first time youre connected you'll lose the DLC connection!
  12.     PARITY 0/AWLEN 8.  These MUST be set for no parity/8 bits!
  13.     MON ON|OFF.  If you have BLP ON and MON ON, >ALL< packets -
  14. data, command, beacons, whatever - will be sent to the host on BLP
  15. channel 0x71.  If you're being inundated with countless frames when
  16. debugging you might want to turn monitor off to avoid the mess.
  17.     MYDLCNUM.  Set to a non-0 number < 255 (TNCs should start
  18. at 1; hosts should start at 254 and go down).  When non-0,
  19. the addressing procedures for multiplexing TNCs on the RS232
  20. port are enabled.  
  21.     DEFLTDLC.  Effective only when non-0 MYDLCNUM, this parm
  22. tells the TNC what the DLC address is of the host (ex, MTHOST).
  23. Default is 254.
  24.  
  25.